hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
JSString
hip
wasm
Undocumented in source.
version(WebAssembly)
struct
JSString {
size_t
length
;
void
*
ptr
;
this
(string str);
}
Constructors
this
this
(string str)
Undocumented in source.
Members
Variables
length
size_t
length
;
Undocumented in source.
ptr
void
*
ptr
;
Undocumented in source.
Meta
Source
See Implementation
hip
wasm
aliases
JSDelegateType
JSFunction
JSStringType
functions
__callDFunction
_getFuncAddress
freeWasmBinary
getWasmBinary
loadMemoryInStruct
sendJSDelegate
sendJSFunction
toFunc
wasmParametersFromUbyte
structs
Arguments
JSDelegate
JSString